home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
BUTTONS
/
MOVBUT10
/
MOVBUT10.ZIP
/
movingbt.dpr
< prev
next >
Wrap
Text File
|
1996-07-17
|
235b
|
16 lines
program Movingbt;
{ Project file }
uses
Forms,
Butncode in 'BUTNCODE.PAS' {ButtonObject},
Movbut in 'MOVBUT.PAS';
{$R *.RES}
begin
Application.CreateForm(TButtonObject, ButtonObject);
Application.Run;
end.